Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Advanced Content</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Advanced_Content"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Advanced_Content rootpage-Advanced_Content skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Advanced Content</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr"><p><b>Advanced Content</b> provides interactivity in the <a href="HD_DVD" title="HD DVD">HD DVD</a> optical disc format.
</p><p>Advanced Content is used to provide interactive menus and "special features" such as additional bonus/extras content and games for <a href="HD_DVD" title="HD DVD">HD DVD</a> (one of the <a href="High-definition_video" title="High-definition video">high-definition video formats</a>). The Advanced Content <a href="Run-time_system" class="mw-redirect" title="Run-time system">runtime engine</a> is responsible for responding to user navigation input (e.g., from a remote control) as well as events set to occur during playback of a movie, controlling all actions and interactive properties during the playback of a movie. The Advanced Content specification was developed by <a href="Microsoft" title="Microsoft">Microsoft</a> and <a href="The_Walt_Disney_Company" title="The Walt Disney Company">Disney</a> with input from other members of the <a href="DVD_Forum" title="DVD Forum">DVD Forum</a> including <a href="Toshiba" title="Toshiba">Toshiba</a> and <a href="Sonic_Solutions" title="Sonic Solutions">Sonic Solutions</a>. Advanced Content also enables network access to download additional content and access to persistent storage which is used for storing bookmarks and other state information.
</p><p>The ability to play back Advanced Content is a mandatory part of the HD DVD-Video specification. Its features were defined by content providers (specifically <a href="Disney" class="mw-redirect" title="Disney">Disney</a> and <a href="Warner_Bros." title="Warner Bros.">Warner Bros.</a>) based on the scenarios they required for a <b>next generation</b> disc format.<sup id="cite_ref-Genesis_1-0" class="reference"><a href="#cite_note-Genesis-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Scenarios_2-0" class="reference"><a href="#cite_note-Scenarios-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup>
</p><p>The most popular implementation of Advanced Content (running in both the Toshiba HD DVD players and Microsoft Xbox 360 add-on) is Microsoft's <a href="HDi_(interactivity)" class="mw-redirect" title="HDi (interactivity)">HDi</a>.<sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup>
</p><p>The rival <a href="Blu-ray" title="Blu-ray">Blu-ray</a> format does not use Advanced Content. It uses <a href="BD-J" title="BD-J">BD-J</a> instead.
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="Technology">Technology</h2></div>
<p>Advanced Content is written using the declarative <a href="XML" title="XML">XML</a> language and the imperative <a href="ECMAScript" title="ECMAScript">ECMAScript</a> language. Advanced Content applications are very similar in structure to <a href="AJAX" class="mw-redirect" title="AJAX">AJAX</a> applications on the web, using a combination of script and markup in an asynchronous execution model. A "page" is created using markup and it can be modified over time based on user input, the progression of the movie, and so on. A new "page" may be loaded as needed (e.g., when switching to a different part of the application) and the process starts again.<sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup>
</p><p>Advanced Content includes an XML element grammar based on <a href="HTML" title="HTML">HTML</a> for content such as images, buttons, text, etc.; An XML attribute grammar based on <a href="Cascading_Style_Sheets" class="mw-redirect" title="Cascading Style Sheets">CSS</a> and <a href="Extensible_Stylesheet_Language" class="mw-redirect" title="Extensible Stylesheet Language">XSL</a> to describe layout, color, font types, etc.; and an element and attribute grammar based on <a href="Synchronized_Multimedia_Integration_Language" title="Synchronized Multimedia Integration Language">SMIL</a> for timing, animation, eventing, and synchronization. Whilst it is possible to write complex, interactive pages using only the declarative XML dialect, any interactions with the player itself (e.g., to change audio language or jump to a new title) requires imperative code written in ECMAScript.
</p><p>To support the ECMAScript code, Advanced Content defines a large number of objects, properties, and methods ("<a href="API" title="API">APIs</a>") that are analogous to the <a href="Document_Object_Model" title="Document Object Model">DOM</a> in a web browser; these APIs allow the script to query and control the player, animate the markup page, respond to user events, and connect to the <a href="Internet" title="Internet">internet</a> to download new content such as trailers, cast &amp; crew bios, or other information.
</p>
<div class="mw-heading mw-heading2"><h2 id="HDi">HDi</h2></div>

<p><b>HDi</b> (formerly <b>iHD</b><sup id="cite_ref-5" class="reference"><a href="#cite_note-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup>) is <a href="Microsoft" title="Microsoft">Microsoft</a>'s implementation<sup id="cite_ref-Trademark_6-0" class="reference"><a href="#cite_note-Trademark-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup> of the Advanced Content interactivity layer in <a href="HD_DVD" title="HD DVD">HD DVD</a>.<sup id="cite_ref-announce_7-0" class="reference"><a href="#cite_note-announce-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup> It is used in the <a href="Xbox_360" title="Xbox 360">Xbox 360</a> HD DVD add-on as well as stand-alone HD DVD players.<sup id="cite_ref-announce_7-1" class="reference"><a href="#cite_note-announce-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup>
</p><p>Applications written for HDi are written using the XML dialect and ECMAScript, the latter of which is processed by the <a href="JScript" title="JScript">JScript</a> engine when running on Microsoft Windows platforms. The HDi runtime exposes the <a href="API" title="API">APIs</a> defined by the Advanced Content standard. It provides only a single threaded programming model, though certain operations (such as network and persistent storage access) are executed as asynchronous operations.<sup id="cite_ref-8" class="reference"><a href="#cite_note-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup>
</p><p>An <a href="HD_DVD" title="HD DVD">HD DVD</a> movie, including the interactive functionality, is presented as an Advanced Content application, which is executed and rendered by the HDi runtime. The advanced content application consists of the <a href="Playlist" title="Playlist">playlist</a> files (<code>.xpl</code>), <a href="Subtitle_(captioning)" class="mw-redirect" title="Subtitle (captioning)">subtitles</a> (<code>.xas</code>), markup files (<code>.xmu</code>) and scripts (<code>.js</code>) in addition to the actual video, in a defined directory structure. The HDi runtime parses the markup and the scripts to execute the action. The playback of the video, along with its integration with the rest of the navigation system, is initiated from and controlled by script code.
</p><p>The HDi runtime is responsible for execution and final rendering of the movie playback and navigation application. The markup is parsed into a <a href="Document_Object_Model" title="Document Object Model">Document Object Model</a>, which allows ECMAScript code to control and modify the UI layout during execution. By dynamically altering the layout of UI widgets is how animations and interactivity is achieved. The DOM and associated APIs is used to enable other scenarios such as pausing playback and replacing it with the navigation UI, or seeking to a certain area in the movie (used for either manual seek or seeking to bookmarks). For the rendering stack, it presents six <i>planes</i> (which are containers for graphics) that are layered in front of each other. The final image displayed is the composition of the images from the individual planes. The composition of the planes into the final image is handled by the HDi runtime. These rendering layers, from back to front, are:
</p>
<ol><li>Background plane: The background plane defines the background color for the application.</li>
<li>Main video plane: When Main video is visible, it is displayed on this plane.</li>
<li>Sub video plane: When Secondary video (such as picture-in-picture) is playing, it is displayed on this plane.</li>
<li>Subtitles graphics plane: All subtitles (both standard and advanced) and are rendered on this plane.</li>
<li>Application graphics plane: The UI rendered by the script and markup is displayed on this plane.</li>
<li>Cursor plane: The cursor, if visible, is displayed on this plane.</li></ol>
<p>Microsoft does not provide design tools for development of HDi applications, though third parties have made such tools available. Because the components used by Advanced Content (and HDi) - <a href="XML" title="XML">XML</a>, <a href="XSL-FO" class="mw-redirect" title="XSL-FO">XSL-FO</a>, <a href="XPath" title="XPath">XPath</a>, <a href="ECMAScript" title="ECMAScript">ECMAScript</a> - are widely used, any development tool supporting these can be used to develop HDi applications. However, Microsoft has made an HDi simulator available as a free download, as a part of the HD DVD Interactivity Jumpstart Kit, to let users author and debug HDi content on computers running <a href="Windows_XP" title="Windows XP">Windows XP</a>, although this is not intended as a full authoring tool nor a playback device.
</p><p>HDi is not inherently limited to being used on optical media; it can be used on media delivered or streamed over the <a href="Internet" title="Internet">Internet</a> or any other network. In fact, on October 4, 2007, Toshiba and Microsoft announced the creation of the <a href="Advanced_Interactivity_Consortium" class="mw-redirect" title="Advanced Interactivity Consortium">Advanced Interactivity Consortium</a> (AIC) to "extend and promote interactive experiences beyond optical media to new platforms."<sup id="cite_ref-AIC_9-0" class="reference"><a href="#cite_note-AIC-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Advanced_Interactivity_Consortium">Advanced Interactivity Consortium</h2></div>
<p>The <b>Advanced Interactivity Consortium</b> (AIC) was to be an open forum designed to extend the Advanced Content interactive capabilities of <a href="HD_DVD" title="HD DVD">HD DVD</a> to new devices and delivery mechanisms. It was jointly announced by <a href="Toshiba" title="Toshiba">Toshiba</a> and <a href="Microsoft" title="Microsoft">Microsoft</a> on October 4, 2007<sup id="cite_ref-10" class="reference"><a href="#cite_note-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup> but never implemented. The companies included in the announcement included:
</p>
<ul><li>Microsoft</li>
<li>Toshiba</li>
<li><a href="DreamWorks_Animation" title="DreamWorks Animation">DreamWorks Animation</a></li>
<li><a href="Paramount_Pictures" title="Paramount Pictures">Paramount</a></li>
<li><a href="Universal_Pictures" title="Universal Pictures">Universal Studios</a></li>
<li><a href="Warner_Bros." title="Warner Bros.">Warner Bros.</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="Examples">Examples</h2></div>
<p>Some examples of Advanced Content on HD DVD are:
</p>
<ul><li>Interactive features such as picture-in-picture, story boards, actor biographies, <a href="GPS" class="mw-redirect" title="GPS">GPS</a>, and "Tech specs" on many <a href="Universal_Pictures" title="Universal Pictures">Universal Studios</a> titles, branded as "<a href="HDi_(interactivity)" class="mw-redirect" title="HDi (interactivity)">U-Control</a>"<sup id="cite_ref-UControl_11-0" class="reference"><a href="#cite_note-UControl-11"><span class="cite-bracket">[</span>11<span class="cite-bracket">]</span></a></sup></li>
<li>Passive features such as picture-in-picture and story boards on many <a href="Warner_Bros." title="Warner Bros.">Warner Bros.</a> titles, branded as In Movie Experience</li>
<li>User-defined chapter points, known as "Bookmarks" or "My Scenes" found on many titles from various studios</li>
<li>Downloadable features such as a colouring book on for <i><a href="Shrek_the_Third" title="Shrek the Third">Shrek the Third</a></i> from <a href="DreamWorks_Animation" title="DreamWorks Animation">DreamWorks Animation</a><sup id="cite_ref-ShrekFeatures_12-0" class="reference"><a href="#cite_note-ShrekFeatures-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup></li>
<li>Downloadable trailers and other content on various titles, including <i><a href="Freedom_Project" title="Freedom Project">Freedom</a></i> from <a href="Bandai_Visual" title="Bandai Visual">Bandai Visual</a></li>
<li>On-line shopping for goods and services depicted in the film, such as <i><a href="Evan_Almighty" title="Evan Almighty">Evan Almighty</a></i> from Universal Studios<sup id="cite_ref-evan_13-0" class="reference"><a href="#cite_note-evan-13"><span class="cite-bracket">[</span>13<span class="cite-bracket">]</span></a></sup></li></ul>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */


.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}


/* end https://en.wikipedia.org/ */
</style><div class="reflist">
<div class="mw-references-wrap mw-references-columns"><ol class="references">
<li id="cite_note-Genesis-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-Genesis_1-0">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */


.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}


/* end https://en.wikipedia.org/ */
</style><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20071030082556/http://hddvd.highdefdigest.com/feature_microsofthddvdinterview.html">"Amir Majidimehr describes the genesis of HDi"</a>. Archived from <a rel="nofollow" class="external text" href="http://hddvd.highdefdigest.com/feature_microsofthddvdinterview.html">the original</a> on 2007-10-30.</cite></span>
</li>
<li id="cite_note-Scenarios-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-Scenarios_2-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.dvdforum.org/images/Requirements%20Specification%20for%20HD%20DVD%20Video%20Application-July2005.pdf">"Requirements Specification for HD DVD Video Application"</a> <span class="cs1-format">(PDF)</span><span class="reference-accessdate">. Retrieved <span class="nowrap">2007-10-03</span></span>.</cite></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.cdrinfo.com/Sections/News/Details.aspx?NewsId=21456">"Microsoft Announces Use of HDi Logo by Toshiba and Hollywood Studios"</a>.</cite></span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://www.dvdforum.org/images/Requirements%20Specification%20for%20HD%20DVD%20Video%20Application-July2005.pdf">HD DVD scenarios from the DVD Forum</a></span>
</li>
<li id="cite_note-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-5">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://www.engadgethd.com/2007/01/25/ihd-hdi-nope-its-called-advanced-navigation/">Engadget:iHD, HDi? Nope it's called Advanced Navigation</a></span>
</li>
<li id="cite_note-Trademark-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-Trademark_6-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20080101235524/http://www.microsoft.com/presspass/press/2007/Sep07/09-20HDiTrademarkPR.mspx">"Trademark press release"</a>. <i><a href="Microsoft" title="Microsoft">Microsoft</a></i>. Archived from <a rel="nofollow" class="external text" href="http://www.microsoft.com/presspass/press/2007/Sep07/09-20HDiTrademarkPR.mspx">the original</a> on 2008-01-01<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-07-25</span></span>.</cite></span>
</li>
<li id="cite_note-announce-7"><span class="mw-cite-backlink">^ <a href="#cite_ref-announce_7-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-announce_7-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.cdrinfo.com/Sections/News/Details.aspx?NewsId=21456">"Microsoft Announces Use of HDi Logo by Toshiba and Hollywood Studios"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2007-10-04</span></span>.</cite></span>
</li>
<li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text"><cite id="CITEREFPeter_Torr" class="citation web cs1">Peter Torr. <a rel="nofollow" class="external text" href="http://blogs.msdn.com/ptorr/archive/2007/10/24/maintaining-callback-semantics.aspx">"Maintaining Callback Semantics"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2007-12-04</span></span>.</cite></span>
</li>
<li id="cite_note-AIC-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-AIC_9-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20071024153611/http://www.microsoft.com/presspass/press/2007/oct07/10-04MSToshibaAICPR.mspx">"Toshiba and Microsoft Announce Plans to Form Advanced Interactivity Consortium"</a>. <i><a href="Microsoft" title="Microsoft">Microsoft</a></i>. Archived from <a rel="nofollow" class="external text" href="http://www.microsoft.com/presspass/press/2007/oct07/10-04MSToshibaAICPR.mspx">the original</a> on 2007-10-24<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-07-22</span></span>.</cite></span>
</li>
<li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20071024153611/http://www.microsoft.com/presspass/press/2007/oct07/10-04MSToshibaAICPR.mspx">"Toshiba and Microsoft Announce Plans to Form Advanced Interactivity Consortium"</a>. <i><a href="Microsoft" title="Microsoft">Microsoft</a></i>. Archived from <a rel="nofollow" class="external text" href="http://www.microsoft.com/presspass/press/2007/oct07/10-04MSToshibaAICPR.mspx">the original</a> on 2007-10-24.</cite></span>
</li>
<li id="cite_note-UControl-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-UControl_11-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20071027172146/http://hddvd.highdefdigest.com/feature_ucontrolupclose.html">""U-Control" Up Close: A Field Report"</a>. Archived from <a rel="nofollow" class="external text" href="http://hddvd.highdefdigest.com/feature_ucontrolupclose.html">the original</a> on 2007-10-27.</cite></span>
</li>
<li id="cite_note-ShrekFeatures-12"><span class="mw-cite-backlink"><b><a href="#cite_ref-ShrekFeatures_12-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.nxtbook.com/nxtbooks/questex/hom093007/index.php?startpage=32">"Unique features announced for Shrek on HD DVD"</a>.</cite></span>
</li>
<li id="cite_note-evan-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-evan_13-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nbcnews.com/id/wbna21111423">"HD DVD to Launch Online Shopping Feature"</a>. <i><a href="NBC_News" title="NBC News">NBC News</a></i>.</cite></span>
</li>
</ol></div></div>
<div class="mw-heading mw-heading2"><h2 id="Bibliography">Bibliography</h2></div>
<ul><li><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.microsoft.com/downloads/details.aspx?familyid=f8ada3f5-0ec6-4392-84ab-cb4860db30ed&amp;displaylang=en">"HD-DVD Jumpstart Kit"</a>. Microsoft<span class="reference-accessdate">. Retrieved <span class="nowrap">2007-12-04</span></span>.</cite></li></ul>
<div class="mw-heading mw-heading2"><h2 id="External_links">External links</h2></div>
<ul><li><a rel="nofollow" class="external text" href="https://web.archive.org/web/20080101235524/http://www.microsoft.com/presspass/press/2007/Sep07/09-20HDiTrademarkPR.mspx">HDi trademark press release</a></li>
<li><a rel="nofollow" class="external text" href="https://web.archive.org/web/20070129001950/http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=527&amp;SiteID=1">MSDN HD DVD Authoring Forum</a></li>
<li><a rel="nofollow" class="external text" href="http://blogs.msdn.com/ptorr/">MSFT Peter Torr's HDi Blog</a></li>
<li><a rel="nofollow" class="external text" href="http://blogs.msdn.com/amyd/">MSFT Amy Dullard's Application Development for HD DVD Blog</a></li>
<li><a rel="nofollow" class="external text" href="https://web.archive.org/web/20080616021720/http://console.hardocp.com/article.html?art=MTI3MCwxLCxoY29uc29sZQ==">Xbox 360 HD-DVD Developer Interview</a></li>
<li><a rel="nofollow" class="external text" href="https://web.archive.org/web/20061031201356/http://www.duplicatorguide.com/index.php?option=com_content&amp;task=view&amp;id=270&amp;Itemid=2">HP Pressures Blu-Ray Camp</a></li>
<li><a rel="nofollow" class="external text" href="https://web.archive.org/web/20071030082556/http://hddvd.highdefdigest.com/feature_microsofthddvdinterview.html">Microsoft's Amir Majidimehr describes the genesis of HDi (and other things)</a></li>
<li><a rel="nofollow" class="external text" href="http://www.hometheaterblog.com/hometheater/2006/09/interview_hddvd_1.html">Interview: Microsoft’s Kevin Collins on HD DVD</a> <a rel="nofollow" class="external text" href="https://web.archive.org/web/20071012104455/http://www.hometheaterblog.com/hometheater/2006/09/interview_hddvd_1.html">Archived</a> 2007-10-12 at the <a href="Wayback_Machine" title="Wayback Machine">Wayback Machine</a></li></ul>
<div class="navbox-styles"><style data-mw-deduplicate="TemplateStyles:r1129693374">
/* start https://en.wikipedia.org/ */


.mw-parser-output .hlist dl,.mw-parser-output .hlist ol,.mw-parser-output .hlist ul{margin:0;padding:0}.mw-parser-output .hlist dd,.mw-parser-output .hlist dt,.mw-parser-output .hlist li{margin:0;display:inline}.mw-parser-output .hlist.inline,.mw-parser-output .hlist.inline dl,.mw-parser-output .hlist.inline ol,.mw-parser-output .hlist.inline ul,.mw-parser-output .hlist dl dl,.mw-parser-output .hlist dl ol,.mw-parser-output .hlist dl ul,.mw-parser-output .hlist ol dl,.mw-parser-output .hlist ol ol,.mw-parser-output .hlist ol ul,.mw-parser-output .hlist ul dl,.mw-parser-output .hlist ul ol,.mw-parser-output .hlist ul ul{display:inline}.mw-parser-output .hlist .mw-empty-li{display:none}.mw-parser-output .hlist dt::after{content:": "}.mw-parser-output .hlist dd::after,.mw-parser-output .hlist li::after{content:" · ";font-weight:bold}.mw-parser-output .hlist dd:last-child::after,.mw-parser-output .hlist dt:last-child::after,.mw-parser-output .hlist li:last-child::after{content:none}.mw-parser-output .hlist dd dd:first-child::before,.mw-parser-output .hlist dd dt:first-child::before,.mw-parser-output .hlist dd li:first-child::before,.mw-parser-output .hlist dt dd:first-child::before,.mw-parser-output .hlist dt dt:first-child::before,.mw-parser-output .hlist dt li:first-child::before,.mw-parser-output .hlist li dd:first-child::before,.mw-parser-output .hlist li dt:first-child::before,.mw-parser-output .hlist li li:first-child::before{content:" (";font-weight:normal}.mw-parser-output .hlist dd dd:last-child::after,.mw-parser-output .hlist dd dt:last-child::after,.mw-parser-output .hlist dd li:last-child::after,.mw-parser-output .hlist dt dd:last-child::after,.mw-parser-output .hlist dt dt:last-child::after,.mw-parser-output .hlist dt li:last-child::after,.mw-parser-output .hlist li dd:last-child::after,.mw-parser-output .hlist li dt:last-child::after,.mw-parser-output .hlist li li:last-child::after{content:")";font-weight:normal}.mw-parser-output .hlist ol{counter-reset:listitem}.mw-parser-output .hlist ol>li{counter-increment:listitem}.mw-parser-output .hlist ol>li::before{content:" "counter(listitem)"\a0 "}.mw-parser-output .hlist dd ol>li:first-child::before,.mw-parser-output .hlist dt ol>li:first-child::before,.mw-parser-output .hlist li ol>li:first-child::before{content:" ("counter(listitem)"\a0 "}


/* end https://en.wikipedia.org/ */
</style><style data-mw-deduplicate="TemplateStyles:r1236075235">
/* start https://en.wikipedia.org/ */


.mw-parser-output .navbox{box-sizing:border-box;border:1px solid #a2a9b1;width:100%;clear:both;font-size:88%;text-align:center;padding:1px;margin:1em auto 0}.mw-parser-output .navbox .navbox{margin-top:0}.mw-parser-output .navbox+.navbox,.mw-parser-output .navbox+.navbox-styles+.navbox{margin-top:-1px}.mw-parser-output .navbox-inner,.mw-parser-output .navbox-subgroup{width:100%}.mw-parser-output .navbox-group,.mw-parser-output .navbox-title,.mw-parser-output .navbox-abovebelow{padding:0.25em 1em;line-height:1.5em;text-align:center}.mw-parser-output .navbox-group{white-space:nowrap;text-align:right}.mw-parser-output .navbox,.mw-parser-output .navbox-subgroup{background-color:#fdfdfd}.mw-parser-output .navbox-list{line-height:1.5em;border-color:#fdfdfd}.mw-parser-output .navbox-list-with-group{text-align:left;border-left-width:2px;border-left-style:solid}.mw-parser-output tr+tr>.navbox-abovebelow,.mw-parser-output tr+tr>.navbox-group,.mw-parser-output tr+tr>.navbox-image,.mw-parser-output tr+tr>.navbox-list{border-top:2px solid #fdfdfd}.mw-parser-output .navbox-title{background-color:#ccf}.mw-parser-output .navbox-abovebelow,.mw-parser-output .navbox-group,.mw-parser-output .navbox-subgroup .navbox-title{background-color:#ddf}.mw-parser-output .navbox-subgroup .navbox-group,.mw-parser-output .navbox-subgroup .navbox-abovebelow{background-color:#e6e6ff}.mw-parser-output .navbox-even{background-color:#f7f7f7}.mw-parser-output .navbox-odd{background-color:transparent}.mw-parser-output .navbox .hlist td dl,.mw-parser-output .navbox .hlist td ol,.mw-parser-output .navbox .hlist td ul,.mw-parser-output .navbox td.hlist dl,.mw-parser-output .navbox td.hlist ol,.mw-parser-output .navbox td.hlist ul{padding:0.125em 0}.mw-parser-output .navbox .navbar{display:block;font-size:100%}.mw-parser-output .navbox-title .navbar{float:left;text-align:left;margin-right:0.5em}body.skin--responsive .mw-parser-output .navbox-image img{max-width:none!important}@media print{body.ns-0 .mw-parser-output .navbox{display:none!important}}


/* end https://en.wikipedia.org/ */
</style></div><div role="navigation" class="navbox" aria-labelledby="HD_DVD237" style="padding:3px"><table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="2"><style data-mw-deduplicate="TemplateStyles:r1239400231">
/* start https://en.wikipedia.org/ */


.mw-parser-output .navbar{display:inline;font-size:88%;font-weight:normal}.mw-parser-output .navbar-collapse{float:left;text-align:left}.mw-parser-output .navbar-boxtext{word-spacing:0}.mw-parser-output .navbar ul{display:inline-block;white-space:nowrap;line-height:inherit}.mw-parser-output .navbar-brackets::before{margin-right:-0.125em;content:"[ "}.mw-parser-output .navbar-brackets::after{margin-left:-0.125em;content:" ]"}.mw-parser-output .navbar li{word-spacing:-0.125em}.mw-parser-output .navbar a>span,.mw-parser-output .navbar a>abbr{text-decoration:inherit}.mw-parser-output .navbar-mini abbr{font-variant:small-caps;border-bottom:none;text-decoration:none;cursor:inherit}.mw-parser-output .navbar-ct-full{font-size:114%;margin:0 7em}.mw-parser-output .navbar-ct-mini{font-size:114%;margin:0 4em}html.skin-theme-clientpref-night .mw-parser-output .navbar li a abbr{color:var(--color-base)!important}@media(prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .navbar li a abbr{color:var(--color-base)!important}}@media print{.mw-parser-output .navbar{display:none!important}}


/* end https://en.wikipedia.org/ */
</style><div id="HD_DVD237" style="font-size:114%;margin:0 4em"><a href="HD_DVD" title="HD DVD">HD DVD</a></div></th></tr><tr><th scope="row" class="navbox-group" style="width:1%">Discs</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="HD_DVD" title="HD DVD">HD DVD</a></li>
<li><a href="Total_Hi_Def" title="Total Hi Def">Total Hi Def</a> (THD)</li>
<li><a href="China_Blue_High-definition_Disc" title="China Blue High-definition Disc">China Blue High-definition Disc</a> (CBHD/CH-DVD)</li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Technology</th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Comparison_of_high_definition_optical_disc_formats" class="mw-redirect" title="Comparison of high definition optical disc formats">HD-DVD &amp; Blu-ray comparison</a></li>
<li><a href="High-definition_optical_disc_format_war" title="High-definition optical disc format war">HDTV disc format war</a></li>

<li><a href="HDi_(interactivity)" class="mw-redirect" title="HDi (interactivity)">HDi</a> (iHD)</li>
<li><a href="HD-DVD_Key" class="mw-redirect" title="HD-DVD Key">HD-DVD Key</a></li>
<li><a href="High-bandwidth_Digital_Content_Protection" title="High-bandwidth Digital Content Protection">HDCP</a></li>
<li><a href="Advanced_Access_Content_System" title="Advanced Access Content System">AACS</a></li>
<li><a href="VC-1" title="VC-1">SMPTE VC-1</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Groups</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="DVD_Forum" title="DVD Forum">DVD Forum</a></li>
<li><a href="Advanced_Interactivity_Consortium" class="mw-redirect" title="Advanced Interactivity Consortium">Advanced Interactivity Consortium</a></li></ul>
</div></td></tr><tr><td class="navbox-abovebelow" colspan="2"><div><div class="hlist">
<ul><li><span class="noviewer" typeof="mw:File"><span title="Category"></span></span> Category</li></ul>
</div></div></td></tr></tbody></table></div>
<div class="navbox-styles"></div><div role="navigation" class="navbox" aria-labelledby="High-definition_media151" style="padding:3px"><table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="2"><div id="High-definition_media151" style="font-size:114%;margin:0 4em">High-definition media</div></th></tr><tr><th scope="row" class="navbox-group" style="width:1%">Media formats</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Archival_Disc" title="Archival Disc">Archival Disc</a></li>
<li><a href="Blu-ray" title="Blu-ray">Blu-ray</a></li>
<li><a href="China_Blue_High-definition_Disc" title="China Blue High-definition Disc">China Blue High-definition Disc</a> (CBHD)</li>
<li><a href="D-VHS" title="D-VHS">D-VHS</a></li>
<li><a href="HD_DVD" title="HD DVD">HD DVD</a></li>
<li><a href="Laserdisc" class="mw-redirect" title="Laserdisc">Hi-Vision LD</a></li>
<li><a href="Holographic_Versatile_Disc" title="Holographic Versatile Disc">Holographic Versatile Disc</a></li>
<li><a href="Ultra_HD_Blu-ray" title="Ultra HD Blu-ray">Ultra HD Blu-ray</a></li>
<li><a href="W-VHS" title="W-VHS">W-VHS</a></li>
<li><a href="Versatile_Multilayer_Disc" title="Versatile Multilayer Disc">VMD</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Promoter</th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Blu-ray_Disc_Association" title="Blu-ray Disc Association">Blu-ray Disc Association</a></li>
<li><a href="China_Blue_High-definition_Disc" title="China Blue High-definition Disc">China High-definition DVD Industry Association</a></li>
<li><a href="HD_DVD#Origins_and_competition_from_Blu-ray_Disc" title="HD DVD">HD DVD Promotion Group</a></li>
<li><a href="Holographic_Versatile_Disc#Standards" title="Holographic Versatile Disc">HVD Forum</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Interactivity</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul>
<li><a href="BD-J" title="BD-J">BD-Java</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Recordable formats</th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Blu-ray_Disc_recordable" title="Blu-ray Disc recordable">BD-R</a></li>
<li><a href="Blu-ray_Disc_recordable" title="Blu-ray Disc recordable">BD-RE</a></li>
<li><a href="D-VHS" title="D-VHS">D-VHS</a></li>
<li><a href="HD_DVD" title="HD DVD">HD DVD-R</a></li>
<li><a href="HD_DVD" title="HD DVD">HD DVD-RAM</a></li>
<li><a href="HD_DVD" title="HD DVD">HD DVD-RW</a></li>
<li><a href="W-VHS" title="W-VHS">W-VHS</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Comparison</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Comparison_of_high-definition_optical_disc_formats" title="Comparison of high-definition optical disc formats">Comparison of high-definition optical disc formats</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Copy prevention</th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Advanced_Access_Content_System" title="Advanced Access Content System">AACS</a> (BD, <a href="Forward_Versatile_Disc" title="Forward Versatile Disc">FVD</a>, and HD DVD)</li>
<li><a href="BD%2B" title="BD+">BD+</a> (BD)</li>
<li><a href="High-bandwidth_Digital_Content_Protection" title="High-bandwidth Digital Content Protection">HDCP</a> (BD and HD DVD)</li>
<li><a href="ROM_Mark" title="ROM Mark">ROM Mark</a> (BD)</li>
<li><a href="Cinavia" title="Cinavia">Cinavia</a> (BD)</li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Blu-ray players</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Arcsoft_TotalMedia_Theatre" class="mw-redirect" title="Arcsoft TotalMedia Theatre">TotalMedia Theatre</a></li>
<li><a href="PowerDVD" title="PowerDVD">PowerDVD</a></li>
<li><a href="PlayStation_3" title="PlayStation 3">PlayStation 3</a></li>
<li><a href="Sony_BDP-S1" title="Sony BDP-S1">Sony BDP-S1</a></li>
<li><a href="PlayStation_4" title="PlayStation 4">PlayStation 4</a></li>
<li><a href="Xbox_One" title="Xbox One">Xbox One</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Ultra HD Blu-ray players</th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="PlayStation_5" title="PlayStation 5">PlayStation 5</a></li>
<li><a href="Xbox_One_S" class="mw-redirect" title="Xbox One S">Xbox One S</a></li>
<li><a href="Xbox_One_X" class="mw-redirect" title="Xbox One X">Xbox One X</a></li>
<li><a href="Xbox_Series_X_and_Series_S" title="Xbox Series X and Series S">Xbox Series X</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">HD DVD players</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Xbox_360_HD_DVD_Player" title="Xbox 360 HD DVD Player">Xbox 360 HD DVD Drive</a></li></ul>
</div></td></tr></tbody></table></div></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2024-11-28" href="https://en.wikipedia.org/wiki/?title=Advanced_Content&amp;oldid=1259960755">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>

</body></html>